Skip to content

project-lynx-coding-game/lynx-scene-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lynx-scene-generator

Usage

To run you gotta specify the port:

carg run -- 8080

You can also run with generating images feature enabled. It will generate locally stored image of the map on every request in the ./out directory.

cargo run --features rendering-images -- 8080

The structure of POST /get_scene request is as follows:

{
	"seed" : "test",
	"width": 128,
	"height" : 128
}

Example map

map

About

Microservice responsible for generating and serializing scenes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •  

Languages