Skip to content

Commit 6112772

Browse files
committed
First commit
1 parent 88e2a7e commit 6112772

25 files changed

+40446
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,4 @@ dist
102102

103103
# TernJS port file
104104
.tern-port
105+
.idea

README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
1-
# se-image-web
2-
Space Engineers LCD Image Generator using ReactJS
1+
# SpaceEngineers LCD Image Generator
2+
Space Engineers LCD Image Generator made using React
3+
4+
This work is HEAVILY based in [Whips-Image-Converter](https://github.com/Whiplash141/Whips-Image-Converter) from [Whiplash141](https://github.com/Whiplash141). Thanks for the project!!!
5+
6+
I basically just ported everything to react. It works about the same as Whips converter, just drag & drop the image in the page and then click to copy the result. The result should be pasted in LCD Text area.
7+
8+
https://user-images.githubusercontent.com/578310/142566601-db6a1e17-9058-4a98-9659-45de0a1e0e08.mp4
9+
10+
See [https://youtu.be/qJMZcxFxu7k?t=616](https://youtu.be/qJMZcxFxu7k?t=616) for ingame tutorial
11+
12+
# Where can I access it?
13+
14+
Here ->

0 commit comments

Comments
 (0)