Search found 28 matches
- Sun Dec 16, 2018 2:54 pm
- Forum: Games and Creations
- Topic: ItsyRealm - 3D single-player RPG
- Replies: 32
- Views: 65864
Re: ItsyRealm - 3D single-player RPG
Why a *.exe file ? Don't you want linux users (as me) to try out your probably amazing game ? :( Ok you'll need to compile a few things: 1. Discworld: https://github.com/aaronbolyard/Discworld 2. BMASHINA: https://github.com/bkdoormaus/bmashina 3. nbunny: https://github.com/aaronbolyard/itsyscape/t...
- Thu Dec 13, 2018 4:08 pm
- Forum: Games and Creations
- Topic: Basic 3D renderer
- Replies: 4
- Views: 3301
Re: Basic 3D renderer
Very cool! 3D is so fun. 
(Except when nothing draws, and your rendering pipeline is complex, so it could be a million different things. Haha.)

(Except when nothing draws, and your rendering pipeline is complex, so it could be a million different things. Haha.)
- Fri Dec 07, 2018 1:35 pm
- Forum: Games and Creations
- Topic: ItsyRealm - 3D single-player RPG
- Replies: 32
- Views: 65864
Re: ItsyRealm
I released a new version. :) edit 12/11 : I updated the post with a newer version. It has a lot of fixes: Clean up shop UI Attack while walking while using ranged / magic Show indicator when performing action vs walking Hide ribbon tab when certain blocking interfaces are open Add tutor NPCs around ...
- Sun Nov 04, 2018 12:09 pm
- Forum: General
- Topic: What's everyone working on? (tigsource inspired)
- Replies: 1729
- Views: 800507
Re: What's everyone working on? (tigsource inspired)
Looks good, MissDanish! Guessing it's a cyberpunk game by the stats/style? Lovely~ My brother would use the SPAZ, ha. ... https://i.imgur.com/pomoTkt.png I had to optimize skeletal animations in my game by pushing it to C++ land. There's up to ~120 animations playing in the above area (trees have id...
- Mon Oct 01, 2018 10:37 pm
- Forum: General
- Topic: Is C compatible with Love2D?
- Replies: 4
- Views: 3400
Re: Is C compatible with Love2D?
Reloading a shared library generally requires loading the DLL with a different path.
For example, Unreal Engine generates libraryXXX.dll where XXX is unique per build.
For example, Unreal Engine generates libraryXXX.dll where XXX is unique per build.
- Fri Sep 28, 2018 12:48 pm
- Forum: General
- Topic: Is C compatible with Love2D?
- Replies: 4
- Views: 3400
Re: Is C compatible with Love2D?
Yes. I wrote a behavior tree library and a "game database" library in C++ with C wrappers and I use them from Love on both Android and Windows (Linux, etc would be just as easy). You build a normal Lua-compatible DLL (either using FFI/LuaJit or traditional luaopen_xxx shared symbol where x...
- Thu Sep 27, 2018 1:19 am
- Forum: Games and Creations
- Topic: ItsyRealm - 3D single-player RPG
- Replies: 32
- Views: 65864
Re: ItsyRealm
Absolutely love the art style for this, really nice job. Haven't made it home to test it yet but I will. Thank you! It's programmer art but it's got a certain aesthetic :). Wow this is great! I mean I had my doubts about the new update and the whole 3d craze, but I absolutely love this! you did a g...
- Sun Sep 23, 2018 5:22 am
- Forum: Games and Creations
- Topic: ItsyRealm - 3D single-player RPG
- Replies: 32
- Views: 65864
ItsyRealm - 3D single-player RPG
Updated February 8, 2021! https://i.imgur.com/V50FOIB.gif Download the latest build here (0.2.16-alpha)! Wanna see the patch notes ? Hey, I'm making a game inspired by a couple others called ItsyRealm . Can you guess which? It's built using a slightly modified version of Love2D 11.2 . In ItsyRealm,...