Difference between revisions of "Lorenzi's KMP Editor"

From Custom Mario Kart
Jump to navigation Jump to search
m (1 picture is not a gallery)
m (2 more links)
Line 25: Line 25:
 
|}
 
|}
  
'''Lorenzi's KMP Editor''' is a very young [[KMP]] editor started in 2018. It's based on Node.js and Electron, and is available as free [https://github.com/hlorenzi/kmp-editor GitHub project].
+
'''Lorenzi's KMP Editor''' is a very young [[KMP]] editor started in 2018. It's based on [https://nodejs.org/en/ Node.js] and [https://github.com/electron/electron Electron], and is available as free [https://github.com/hlorenzi/kmp-editor GitHub project].
  
It will automatically load a [[KCL|course.kcl]] file from the same folder and will display it as 3D world with easy navigation. It can also load [[BRRES|course_model.brres files]] or any other models using the [https://en.wikipedia.org/wiki/Wavefront_.obj_file Wavefront OBJ] format.
+
The editor will automatically load a [[KCL|course.kcl]] file from the same folder and will display it as 3D world with easy navigation. It can also load [[BRRES|course_model.brres files]] or any other models using the [https://en.wikipedia.org/wiki/Wavefront_.obj_file Wavefront OBJ] format.
  
 
Creating points, paths, and forks is as easy as dragging points with the mouse — no need to set up indices, or prev/next links —, and with [[automated height correction]], makes editing courses a breeze.
 
Creating points, paths, and forks is as easy as dragging points with the mouse — no need to set up indices, or prev/next links —, and with [[automated height correction]], makes editing courses a breeze.

Revision as of 05:02, 24 May 2018

Lorenzi's KMP Editor
Author: Hlorenzi
Platform: Windows, or any platform supporting Node.js and Electron from source
Programming language: JavaScript
Software Type: Editor
File Formats:
Current Version: v0.3.0
Download: GitHub

Lorenzi's KMP Editor is a very young KMP editor started in 2018. It's based on Node.js and Electron, and is available as free GitHub project.

The editor will automatically load a course.kcl file from the same folder and will display it as 3D world with easy navigation. It can also load course_model.brres files or any other models using the Wavefront OBJ format.

Creating points, paths, and forks is as easy as dragging points with the mouse — no need to set up indices, or prev/next links —, and with automated height correction, makes editing courses a breeze.

Media

Preview of the program in use.


Version History

Version Date of release Information
v0.3.0 2018-05-22 First public release