Skip to content

Lolikarbuzik/gd-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gd-rs · Crates.io Version Status

The crate is in development

If you have any questions dm me on discord @lolikarbuzik

Docs

For documentation go to docs

Getting started

Install the crate

cargo add gd-rs

Now in your file import gd_rs

use gd_rs::prelude::*;

let cclocallevels = CCLocalLevels::new(); // loads all the levels from the savefile
let my_level = cclocallevels.get(String::from("my level")); // returns option GDLocalLevel
println!("{my_level:?}");

I will start updating this crate soon

Features in progress

  • Levels into a plist so basically GDCCLocalLevels into their raw form
  • Saving (so also 'encrypting') save files into their original form

About

gd-rs a rust crate for geometry dash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published