@@ -336,6 +336,48 @@ hardware ray tracing and glTF processing in Rust.
336
336
[ Ash ] : https://github.com/ash-rs/ash
337
337
[ glrf-2-0 ] : https://www.khronos.org/gltf
338
338
339
+ ### [ Luminol] [ luminol ]
340
+
341
+ ![ tile map editor and other tool windows like command event editor] ( luminol.png )
342
+
343
+ [ Luminol] [ luminol ] by [ @speak2erase ] and [ @somedevfox ] is a remake
344
+ of the RPG Maker editor, based mostly off of [ RPG Maker XP] [ RMXP ]
345
+ (aka RMXP), with the intent of creating a more modern, feature rich,
346
+ and open source version of RMXP.
347
+
348
+ RGSS, RMXP's runtime, has already been open sourcecd thanks to [ mkxp] .
349
+ However despite the several attempts, no one has fully remade the editor.
350
+ There are [ some tools] [ r48 ] out there which cover some of its functionality,
351
+ but none are user friendly, nor feature complete.
352
+
353
+ RGSS is actually quite enjoyable to use. The actual editor though - not so much:
354
+ dated and often unintuitive UI, extensibility issues,
355
+ binary format that is allergic to source control,
356
+ and arbitrary limits that never existed in previous versions.
357
+ Luminol was born out of sheer frustration from dealing with these issues -
358
+ and hopes to fix them!
359
+
360
+ Luminol's key differences:
361
+
362
+ - Completely GPU accelerated (RMXP is software rendered).
363
+ - Edit multiple maps at the same time.
364
+ - Multiple data formats.
365
+ - Edit encrypted archives (rgssad).
366
+ - Open-source.
367
+ - Better user experience overall.
368
+
369
+ Luminol is currently looking for contributors:
370
+ [ there is a lot to be done] [ luminol-issues ] .
371
+ If you'd like to help contribute, please reach out to [ @speak2erase ] !
372
+
373
+ [ luminol ] : https://github.com/Astrabit-ST/Luminol
374
+ [ luminol-issues ] : https://github.com/Astrabit-ST/Luminol/issues
375
+ [ @speak2erase ] : https://github.com/Speak2Erase
376
+ [ @somedevfox ] : https://github.com/somedevfox
377
+ [ RMXP ] : https://store.steampowered.com/app/235900/RPG_Maker_XP
378
+ [ mkxp ] : https://github.com/Ancurio/mkxp
379
+ [ r48 ] : https://github.com/20kdc/gabien-app-r48
380
+
339
381
## Library Updates
340
382
341
383
### [ Backpack]
0 commit comments