serialization :: serialization_core
Abstract services to serialize Nit objects to different formatscore :: union_find
union–find algorithm using an efficient disjoint-set data structureSerializable::inspect
to show more useful information
bucketed_game :: bucketed_game
Game framework with an emphasis on efficient event coordinationserialization :: custom_serialization
Example of an ad hoc serializer that is tailored to transform business specific objects into customized representation.HttpRequest
class and services to create it
more_collections :: more_collections
Highly specific, but useful, collections-related classes.nitcc_runtime :: nitcc_runtime
Runtime library required by parsers and lexers generated by nitccaccept_scroll_and_zoom
gamnit :: camera_control_android
Two fingers camera manipulation, pinch to zoom and slide to scrollgamnit :: camera_control_linux
Mouse wheel and middle mouse button to control cameraFileServer
action, which is a standard and minimal file server
app::http_request
main service AsyncHttpRequest
mpi :: mpi_simple
app.nit
on Android using a custom Java entry point
nlp :: nlp_server
restful
annotation documented at lib/nitcorn/restful.nit
deserialize_json
and JsonDeserializer
msgpack :: serialization_write
Serialize full Nit objects to MessagePack formatroot
to execute
EulerCamera
and App::frame_core_draw
to get a stereoscopic view
gamnit :: texture_atlas_parser
Tool to parse XML texture atlas and generated Nit code to access subtextures
# General serialization services
module serialization
import serialization_core
import inspect
lib/serialization/serialization.nit:17,1--21,14