Search Results
Post [desc] Author Forum Replies Views Posted
    Thread: Adding more blending modes
Post: Adding more blending modes

Hello. I want to add more blending modes into Tilengine, such as logical OR, logical AND, and so on. I know I can define a custom blending function, but I want to implement it right into the library. ...
System64 Support 3 8,941 05-09-2022, 07:58 PM
    Thread: Browser version of Tilengine
Post: Browser version of Tilengine

Hi, I've heard you are working on a browser version of Tilengine that can run on web some time ago. Is it still in progress? I think a web version can give interesting results and allow people to ma...
System64 Support 14 26,020 12-22-2022, 10:01 AM
    Thread: Can't run Python Platformer sample
Post: Can't run Python Platformer sample

How can I run the Python Platformer sample please? I tried and I have some errors Do I need a specific version of Python? Thanks for your answer!
System64 Support 8 23,620 01-30-2021, 02:16 AM
    Thread: CRT and set FPS bugs
Post: CRT and set FPS bugs

Hi! I found 2 bugs in Tilengine. The first one is about the CRT filter. When I set a bitmap as background and a tilemap as layer, I have a strange glitch with the CRT enabled (nothing special if...
System64 Support 3 5,236 03-28-2024, 07:29 AM
    Thread: Duff's devices
Post: Duff's devices

Hi! I watched a video about Duff's devices today. It is sadly in french but I can send you some articles about it. https://en.wikipedia.org/wiki/Duff%27s_device https://www.geeksforgeeks.org/duffs-...
System64 Support 1 1,673 01-14-2025, 08:20 AM
    Thread: Global palettes bugs?
Post: Global palettes bugs?

Hi! I think I found a weird bug with the global palettes. I created 8 global palettes of size 16 and loaded the Sonic foreground tilemap. Normally, everything should be black, but here, I have some ...
System64 Support 6 8,337 05-11-2024, 05:22 AM
    Thread: Multiple palettes for a tileset?
Post: Multiple palettes for a tileset?

Hi! I know I can probably change the palette of a tileset But can I choose a specified palette to use for a specified tile?
System64 Support 10 26,442 12-23-2020, 09:03 AM
    Thread: Objects list : How to use it?
Post: Objects list : How to use it?

I want to put some objects in my world and make them spawn on screen and self-destruct outside the screen But I don't understand how to use theses list. Can you explain clearely how can I achieve t...
System64 Support 33 82,669 12-19-2020, 05:20 AM
    Thread: One single layer, no sprites. Pushing Tilengine to its limits?
Post: One single layer, no sprites. Pushing Tilengine to...

Hi, did I just pushed Tilengine to its limits? Tilengine demo (https://streamable.com/y8hyxh) Only one layer was used, and there is no sprite at all!
System64 Game development topics 13 23,490 04-20-2023, 04:56 AM
    Thread: Palette attribute per tile
Post: Palette attribute per tile

Hi I want to implement a palette attribute per tile like most retro consoles such as NES, SNES, MegaDrive/Genesis did into my fork of Tilengine Have you an idea about how I can implement this please...
System64 Support 11 23,393 08-08-2022, 05:40 PM
    Thread: Adding more blending modes
Post: RE: Adding more blending modes

megamarc Wrote: (05-09-2022, 08:55 PM) -- Hi! Built-in blending tables are created in file Tables.c, in CreateBlendTables() function: https://github.com/megamarc/Tilengine/blob/effe3a778de747469f8c...
System64 Support 3 8,941 05-09-2022, 09:11 PM
    Thread: Adding more blending modes
Post: RE: Adding more blending modes

I added new blend modes in my fork. Thanks for your help!
System64 Support 3 8,941 05-10-2022, 07:53 AM
    Thread: Browser version of Tilengine
Post: RE: Browser version of Tilengine

Hi! I try to add Emscripten support for the latest version of Tilengine. However, it runs waaaaaay too fast, even with VSync enabled, and I have a division by zero crash when I use the no vsync fl...
System64 Support 14 26,020 11-13-2023, 05:27 AM
    Thread: Browser version of Tilengine
Post: RE: Browser version of Tilengine

megamarc Wrote: (12-03-2023, 06:26 PM) -- Hi! Sorry for the long delay. In my development branch I use VSYNC for window creation and get correct behavior in both Firefox and Edge. I haven' trie...
System64 Support 14 26,020 12-04-2023, 12:08 AM
    Thread: Browser version of Tilengine
Post: RE: Browser version of Tilengine

megamarc Wrote: (12-31-2022, 08:28 PM) -- Hi! That's true, I haven't released it to the public yet because there are still some minor issues, but the bulk of the work is done. Here you can prev...
System64 Support 14 26,020 12-31-2022, 11:23 PM
    Thread: Browser version of Tilengine
Post: RE: Browser version of Tilengine

megamarc Wrote: (01-11-2023, 12:52 AM) -- Hi! Sorry for the delay, I've been out offline on Christmas holidays. I don't quite know emscripten to answer this question right now. The setup I have...
System64 Support 14 26,020 01-11-2023, 01:46 AM
    Thread: Browser version of Tilengine
Post: RE: Browser version of Tilengine

megamarc Wrote: (01-14-2023, 04:54 PM) -- Hi! In case you're interested, I've pushed online the html5 development branch. This is were I do all tests and changes, it's not for public release yet, ...
System64 Support 14 26,020 01-15-2023, 02:36 AM
    Thread: Browser version of Tilengine
Post: RE: Browser version of Tilengine

megamarc Wrote: (01-15-2023, 04:09 AM) -- Hi! Glad to know you have it working :-) As you can see, the single main difference is that the main loop doesn't exist isnide main() function anymore,...
System64 Support 14 26,020 01-15-2023, 06:09 AM
    Thread: Browser version of Tilengine
Post: RE: Browser version of Tilengine

megamarc Wrote: (01-16-2023, 03:59 AM) -- Hi! This is the idea :-) I'd like to put some samples online so the user can interact with them. I have to create different html templates, one for each sam...
System64 Support 14 26,020 01-16-2023, 10:20 PM
    Thread: Can't run Python Platformer sample
Post: RE: Can't run Python Platformer sample

megamarc Wrote: (02-01-2021, 05:06 AM) -- Hi, You must install Tilengine shared library separately, depending on your OS. The PythonPlatformer project doesn't include it. Please post here what error...
System64 Support 8 23,620 02-01-2021, 05:16 AM