Search:

Type: Posts; User: lassad; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    2,300

    Reading All RAR files

    Hi,

    I wanted to share with the community my way of using RAR files in C++ . RAR files offer better engryption and compression ratio than zip files.
    The solution need 3 files :
    -unrar.dll the...
  2. Replies
    1
    Views
    1,423

    Render To Texture with OpenGL

    Hi
    I noteced that TBGL lacks render to texture functions. this is a simple way to do it using the fastest way.

    first we must setup OGL to draw in 2D

    // the main function = puts the texture we...
  3. Replies
    33
    Views
    88,305

    Sticky: Autocomplete

    Hi there

    It will be a good idea to develop Autocomplete function in thinair : it offers more praticity to developers.

    Thanks
  4. Replies
    26
    Views
    143,185

    Hi I use fragmotion

    Hi

    I use fragmotion
  5. Replies
    26
    Views
    143,185

    M15 Animation

    Hi all

    Is there a possibility that M15 format can manage animations like .x or .b3d ?

    It would be great
  6. Replies
    35
    Views
    109,319

    Sticky: kernings and letter widths

    Hi

    I see that a good work have been done here. But for some fonts the widths are just necessary to write a beautiful text.

    In bitmap fonts there are several ways to specify letter widths. the...
  7. happy to hear that

    happy to hear that
  8. No replies since 2 weeks ? seems that the...

    No replies since 2 weeks ?

    seems that the project is aborted.:(
  9. I think the best way is to make a big function...

    I think the best way is to make a big function called LoadM15FromZip(Zipfile,M15file,Pass) witch :
    1) extracts M15 to memory
    2) Extracts Texture names from M15
    3) Looks for names as files in the...
  10. I saw in other libs (for purebasic) some...

    I saw in other libs (for purebasic) some functions like : CatchMesh (MemoryBlock), CatchAnimMesh (MemoryBlock) and CatchTexture(MemoryBlock)

    Wish it could give you an idea how to start

    Thanks...
  11. Sorry , a problem in the name typing, i will...

    Sorry , a problem in the name typing, i will correct
  12. works great good job eros

    works great

    good job eros
  13. Here 9579 password = "passeport" the...

    Here
    9579
    password = "passeport"

    the Zlib_ExtractoSting that can manage password protected zip files will be a important advance toward a greater project : the Filesystem module (like...
  14. It is working only with purebasic 5.0 9578 ...

    It is working only with purebasic 5.0

    9578

    Im looking for loading M15 model and its texture from protected zip . hope it can be done some how (without extracting into drive)
  15. Thanks for reply, I have seen that there is a...

    Thanks for reply,

    I have seen that there is a module in thinbasic wich is called Zlib. but it does not extract files to memory , and it does not handle password protected zip files.

    In other...
  16. Load from password protected zip files : Model Handling

    Hello

    In game programming it is very useful to load 3D models and stuff from zipped archives , and for security reasons it is better to protect them by password

    In other game engines it is...
Results 1 to 16 of 16