https://github.com/pikachuxxxx/razixcodeeditor
Shaders and Scripts code editor for Razix Engine
https://github.com/pikachuxxxx/razixcodeeditor
Last synced: 2 months ago
JSON representation
Shaders and Scripts code editor for Razix Engine
- Host: GitHub
- URL: https://github.com/pikachuxxxx/razixcodeeditor
- Owner: Pikachuxxxx
- License: apache-2.0
- Created: 2021-12-08T04:05:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-15T08:22:57.000Z (over 3 years ago)
- Last Synced: 2025-02-23T13:51:54.224Z (8 months ago)
- Language: Rich Text Format
- Homepage: https://github.com/Pikachuxxxx/Razix
- Size: 97.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Razix](https://github.com/Pikachuxxxx/Razix) Code Editor
Shaders and Scripts editor for [**Razix Engine**](https://github.com/Pikachuxxxx/Razix). It provides language syntax sensitive editing for plain text, C#, Lua, GLSL, HLSL, PSSL, Python, XML, COLLADA and Cg files. It uses the ActiproSoftare SyntaxEditor to provide an editing Control. Built using [SonyWWS Atf](https://github.com/SonyWWS/ATF).This is a custom modified version with additional features of the sample that is available here:
https://github.com/SonyWWS/ATF/wiki/ATF-Code-Editor-Sample, check this for detailed documentation of the base sample application.## Features
- Syntax highlighting for the supported files types
- Intellisense for Razix API in lua and python(not supported yet!)
- Source control featu4res (local and perforce)
- Shader compilation and error highlighting
- Standard cut, copy and other file management operations
- Python 2.7 console for running python scripts and other commands
- Tab and layout management UI and custom skin themes
- Automatically opens the associated file types in the editor## Screenshots
## License
Use Apache 2.0 License similar to [Razix Engine](https://github.com/Pikachuxxxx/Razix)