10000 Add luminol article · melody-rs/rust-gamedev.github.io@6db8e0f · GitHub
[go: up one dir, main page]

Skip to content

Commit 6db8e0f

Browse files
committed
Add luminol article
1 parent 16328a2 commit 6db8e0f

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed

content/news/045/index.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,69 @@ to GitHub Pages using GitHub Actions.
114114

115115
## Tooling Updates
116116

117+
### [Luminol][luminol-github]
118+
119+
![Luminol Screenshot](./luminol.png)
120+
121+
#### What is Luminol
122+
123+
Luminol ([Github][luminol-github] by [@speak2erase][@speak2erase]) is a remake
124+
of the RPG Maker editor,
125+
based mostly off of
126+
[RPG Maker XP](https://store.steampowered.com/app/235900/RPG_Maker_XP/).
127+
(RMXP from here on)
128+
Created by [Leelee][@speak2eras 10000 e] and [somedevfox][@somedevfox],
129+
with the intent of creating a more modern, feature rich,
130+
and open source version of RMXP.
131+
132+
RGSS, RMXP's runtime, has already been open sourcecd thanks to [mkxp](https://github.com/Ancurio/mkxp).
133+
However despite the several attempted, no one has fully remade the editor.
134+
There are [some tools](https://github.com/20kdc/gabien-app-r48) out there which
135+
cover some of its functionality, but none are user friendly, nor feature complete.
136+
And we aim to change that!
137+
138+
#### Key Differences
139+
140+
- Completely GPU accelerated (RMXP is software rendered!)
141+
- Edit multiple maps at the same time
142+
- Multiple data formats
143+
- Edit encrypted archives (rgssad)
144+
- Open source
145+
- Won't make you pull your hair out
146+
147+
#### Motivation
148+
149+
RGSS, RMXP's runtime, is actually quite enjoyable to use.
150+
The actual editor though- not so much.
151+
152+
There's too many reasons to dislike RMXP to list, but here's some of the worse ones:
153+
154+
- The UI is extremly old and outdated
155+
- It's very hard to extend, comments are usualy used as a hack
156+
- RMXP is allergic to source control, using a binary format which git hates
157+
- There are arbitrary limits that never existed in previous versions
158+
159+
Luminol was born out of sheer frustration from dealing with these issues-
160+
and hopes to fix them!
161+
162+
#### Contributing
163+
164+
Luminol is currently looking for contributors too!
165+
166+
[There is lots to be done.](https://github.com/Astrabit-ST/Luminol/issues)
167+
168+
If you'd like to help contribute, please reach out to [@speak2erase][@speak2erase]!
169+
170+
#### Links
171+
172+
- [github][luminol-github]
173+
- [@speak2erase 851F ][@speak2erase] (main contributor)
174+
- [@somedevfox][@somedevfox]
175+
176+
[luminol-github]: https://github.com/Astrabit-ST/Luminol
177+
[@speak2erase]: https://github.com/Speak2Erase
178+
[@somedevfox]: https://github.com/somedevfox
179+
117180
## Library Updates
118181

119182
## Popular Workgroup Issues in Github

content/news/045/luminol.png

913 KB
Loading

0 commit comments

Comments
 (0)
0