Jump to content

tinyBigGAMES

Members
  • Content Count

    58
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by tinyBigGAMES

  1. tinyBigGAMES

    GamePascal Toolkit

    I'm working on this demo, which will be in the next update.
  2. tinyBigGAMES

    GamePascal Toolkit

    Also, you can always spin up a TCompiler instance (see GPCC if you want to play around with it now) and compile your source standalone via the built-in CaaS (compiler as a service). There will be more information/examples about CaaS in future releases. The allows for the move toward a standalone game engine/ide environment in the future.
  3. tinyBigGAMES

    GamePascal Toolkit

    GVExamples in the distro (unzip and run). This is just v0.1.0, more examples and features coming in subsequent releases. GV was folded into DGK when I switched to SDL2 and it optimized for more recent versions of Delphi. GPT uses SDL3, it is designed to work on more compiler/windows versions and will have more/advanced features that will eventually be included. Will not be hampered by limitation of a compiler version not having feature X which prevents you from using it. As long as your compiler version can target win64 and have Unicode, then it should be able to work.
  4. tinyBigGAMES

    Digitally Sign Applicaiton

    Put in a .bat file and then call the .bat file from the post build event.
  5. tinyBigGAMES

    Crowdstrike killing Delphi 11.2

    You MUST exclude all Delphi folders + YOU_PROJECT_FOLDER from your real-time virus scanning, else world of hurt ensues. I use Window Security and if I do not do this, it will chew on Delphi/generated exe and interfere with many aspects of the normal code and debug process.
  6. tinyBigGAMES

    Luna Game Toolkit

    New update. Now using SDL backend. Free and open source. Enjoy! https://github.com/tinyBigGAMES/Luna
  7. tinyBigGAMES

    Luna Game Toolkit

    Yea, I know, I know. So many eyeballs however and the response tends to be much higher. That being said, I see a new option show up on my twitter account, communities so experimenting with a group for twitter. Will be here: Luna Game Toolkit Community / Twitter
  8. tinyBigGAMES

    Luna Game Toolkit

    Hey! Created a Facebook group for Luna Game Toolkit, my free and open-source game development library for Delphi. You've been invited to the cookout. Drop by and say hi. Will be posting daily. Hope to see you there. ๐Ÿค™ https://www.facebook.com/groups/lunagametoolkit
  9. tinyBigGAMES

    GameVision Toolkit

    Ahh, finally at a point where I can start to update my GameVision framework to support modern PCs. This new generation will power upcoming game projects. I created a Facebook group for it, and I plan to post frequently about my progress. If you wish to follow, then you're invited to the cookout. Stop by and hang. Cold beer, burgers on the grill. LOL. https://www.facebook.com/groups/gamevisiontoolkit
  10. tinyBigGAMES

    GameVision Toolkit

    See my reply
  11. tinyBigGAMES

    GameVision Toolkit

    Thx, see my reply.
  12. tinyBigGAMES

    GameVision Toolkit

    You can report issues here: Issues ยท tinyBigGAMES/GameVision (github.com) Again, thanks for reporting. ๐Ÿ‘
  13. tinyBigGAMES

    GameVision Toolkit

    I found the issue and updated GVExample, it should work for you now. You can redownload from the release page. Sorry about that. The repo has been updated as well. Thanks for reporting. ๐Ÿ‘
  14. tinyBigGAMES

    GameVision Toolkit

    Just so you know, all my EXEs are code signed tinyBigGAMES LLC (for your confidence and peace of mind). I would never intentionally release malicious software. I do understand your concern however, I would have been thinking the same thing, LOL. I suspect most likely the virus scanner which is interfering with it. I use Window Defender too and I have exclude all Delphi related folders just to be able to use it comfortably, else I get random AVs and other issues all day long. If you have a folder that you have excluded or if you could possible exclude GVExamples folder and see it will run. Note, you can right click on the exe, view properties and you will find its signed. LOL, "questioning my life decisions", how many times have I been to that very place. I do appreciate you check it out though. This demo is in the repo, and you can directly compile it in Delphi.
  15. tinyBigGAMES

    GameVision Toolkit

    GameVision Toolkit v0.1.0 Released. Enjoy! ๐Ÿ˜Ž https://github.com/tinyBigGAMES/GameVision/releases/tag/0.1.0
  16. tinyBigGAMES

    GameVision Toolkit

    - which virus scanner in use? (see if you can exclude C:\Users\xxx\Downloads\GVExamples\, most likely the scanner is chewing on it). - what version of windows (must be at least win10, 64 bits) - do have OpenGL 3+ drivers? (make sure they are up to date)
  17. tinyBigGAMES

    GameVision Toolkit

    I've added about thirty examples so far to GameVision and if you wish to see some of its features, there is a standalone demo that is now available. Clicking the RUN button will allow you to select and run them. ๐Ÿ˜Ž https://tinybiggames.com/temp/GVExamples.zip NOTE: All executables released by tinyBigGAMES LLC are code signed for your security and confidence.
  18. tinyBigGAMES

    GameVision Toolkit

    We'll all right, first commit of GameVision Toolkit today, still lot of work yet to do, but everything is coming together. ๐Ÿ˜Ž https://github.com/tinyBigGAMES/GameVision
  19. tinyBigGAMES

    GameVision Toolkit

    Fair enough. To be honest, if it weren't for the fact that a lot of traffic and interest seems to come from FB (looking at my GitHub and other stats), I would not be on it either.
  20. tinyBigGAMES

    Spark Game Toolkit

    Spark Game Toolkit is a work-in-progress, open-source 2D game development system for Delphi. If you wish to contribute to its development, fantastic. If you are only curious about game libraries and only wish to look around or just use it, cool too. It's early in development and will be updated frequently. PRs are welcome. Be sure to join our discord server, follow us on twitter, connect with us over at our website or just spread the word. Any help appreciated. Continue to check the GitHub repo, more information will be provided as the project takes shape. https://github.com/tinyBigGAMES/Spark
  21. tinyBigGAMES

    SFML for Pascal

    SFML Simple Fast Multimedia Layer Bindings that allow you to use SFML and other useful C libraries with Pascal. Included CSFML (https://github.com/SFML/CSFML) pl_mpeg (https://github.com/phoboslab/pl_mpeg) Nuklear (https://github.com/Immediate-Mode-UI/Nuklear) physfs (https://github.com/icculus/physfs) minizip (https://github.com/madler/zlib) SDL (https://github.com/libsdl-org/SDL) Minimum Requirements Windows 10+ (64 bits) Delphi Community Edition (Win64 target only) FreePascal 3.2.2 (Win64 target only) Usage Add SFML to your uses section to access all the aforementioned libraries. You link to SFML dynamically by default and will look for the SFML DLL in your application path. You can also call InitSFML, before any other routine, with a the path to the DLL location. Define SFML_STATIC in SFML.pas to statically link to SFML and the DLL will not have to be included in your application distro. InitSFML will have no effect and you can leave it in your sources so that you can switch between static and dynamic linking during development. uses SysUtils, SFML; var Mode: sfVideoMode; Window: PsfRenderWindow; Event: sfEvent; Music: PsfMusic; begin Mode.Width := 800; Mode.Height := 600; Mode.BitsPerPixel := 32; Window := sfRenderWindow_create(Mode, 'Hello SFML', sfResize or sfClose, nil); Music := sfMusic_createFromFile('arc/audio/music/song01.ogg'); sfMusic_play(Music); while sfRenderWindow_isOpen(Window) = sfTrue do begin while sfRenderWindow_pollEvent(Window, @Event) = sfTrue do begin if Event.kind = sfEvtClosed then sfRenderWindow_close(Window); end; sfRenderWindow_clear(Window, DARKSLATEBROWN); sfRenderWindow_display(Window); end; sfMusic_stop(Music); sfMusic_destroy(Music); sfRenderWindow_destroy(Window); end. Support Issues Discussions SFML website SFML on YouTube
  22. tinyBigGAMES

    CPas - C for Delphi

    Wish granted! 1.3 released, 32-bit support and more. Big update!
  23. tinyBigGAMES

    CPas - C for Delphi

    CPas v1.3.stable released. Big update, code refactor, win32 support and much more. Reworked all examples to support 32/64-bits and more. โ€ข Reworked all examples to support 32/64-bits โ€ข Update cpLoadLibFromResource to include an instance (THandle) parameter โ€ข Added a runtime check to make sure CPas and CPas.Static are not used simultaneously โ€ข FPC can now build static releases also โ€ข Add CPas.Static unit now for static builds โ€ข Reformated CHM help format โ€ข Added cpCompile with project directives support โ€ข Replaced cpLoadLibFromStream with cpLoadLibFromMemory โ€ข Refactored codebase and added 32-bit support ๐Ÿ˜Ž โ€ข Updated cpAddLibrary to support (.LIB) files โ€ข Updated cpSetVerionInfo to validate FileVersion as SemVer format (major.minor.patch) โ€ข Miscellaneous fixes and enhancements
  24. tinyBigGAMES

    CPas - C for Delphi

    Refactoring code base with 32-bit support, will be in the next update!
ร—