DIV ARENA FORUMS » DIV GAMES STUDIO » General Discussion » .NET library to load / generate DIV graphic-related files (map, fpg, pal, fnt)
Select A Forum
The Forum
» FORUM RULES
» Competitions
» Code Golf
» News
» User News
» DIV's future
DIV GAMES STUDIO
» General Discussion
» DIV
» Beginners
» Hardcore Coders
» Technical Q&A
» Remakes
» Code-along with Mike
» Tutor 0 - Space shooter!
» Tutor 1 - Platfom Game
» WIPS
» Code Snippets
» DLLs
» Finished Games
» Resource Sharing
» DIV 1 + 2 (DOS)
» DIV 2 (Modern)
» DIV 3 (DX)
» DIV Windows
» DIV Linux
» DIV OSX
» DIV Android
» DIV 3DS
» DIV Raspberry Pi
» DIV HTML/JS
» DIV iPhone / iPad (IOS)
» DIV GCW Zero
» DIV Pandora
» DIV PSP
» Screenshots
» Time Out
dacucar
DIV Newbie
Posts: 1
Registered: 30-3-2016
Member Is Offline
.NET library to load / generate DIV graphic-related files (map, fpg, pal, fnt)
Hi,
I have created a .NET library that can be used to add support for DIV native graphic formats (MAP, FPG, PAL and FNT) to your .NET applications.
This allows:
- Scripting generation of these files in .NET
- Creating tools to manage these kind of files outside DIV environment.
The library supports also other DIV-like file formats (1bpp, 16bpp and 32bpp) and it is my intention to support future DIVDX formats if their
specification becomes open one day.
Links:
Project page in github
All source is available under Apache 2.0 license which is very permissive.
You find practical examples such as how to operate with Gtk# or System.Drawing (gdiplus). Fpg / Fnt editors can easily be created. For example:
8bpp files should be compatible with DIV, yet I need to continue testing.
I hope you find it interesting.
DarĂo
MikeDX
Very nice
One of the things that puts me off using mono / .net is the huge download for the libraries, something crazy like 1gb!
DIV ARENA FORUMS » DIV GAMES STUDIO » General Discussion » .NET library to load / generate DIV graphic-related files (map, fpg, pal, fnt)
Select A Forum
The Forum
» FORUM RULES
» Competitions
» Code Golf
» News
» User News
» DIV's future
DIV GAMES STUDIO
» General Discussion
» DIV
» Beginners
» Hardcore Coders
» Technical Q&A
» Remakes
» Code-along with Mike
» Tutor 0 - Space shooter!
» Tutor 1 - Platfom Game
» WIPS
» Code Snippets
» DLLs
» Finished Games
» Resource Sharing
» DIV 1 + 2 (DOS)
» DIV 2 (Modern)
» DIV 3 (DX)
» DIV Windows
» DIV Linux
» DIV OSX
» DIV Android
» DIV 3DS
» DIV Raspberry Pi
» DIV HTML/JS
» DIV iPhone / iPad (IOS)
» DIV GCW Zero
» DIV Pandora
» DIV PSP
» Screenshots
» Time Out