v/examples
Delyan Angelov 37aff9b107 hot reload: no -sanitize is needed anymore, -live is now enough on both Linux and MacOS X
* hot reload for GL programs: force the main executable (the shared library loader) to be build with -rdynamic flag, when -live is passed to v compiler.

* hot reload: optimize away a redundant load_so/0 call at the start of the reload_so thread.

* hot code reload for MacOSX requires -flat_namespace flag instead of -rdynamic (on linux).
2019-07-15 17:32:00 +02:00
..
game_of_life fmt: `id []typ` 2019-06-30 13:06:45 +02:00
hot_code_reloading hot reload: no -sanitize is needed anymore, -live is now enough on both Linux and MacOS X 2019-07-15 17:32:00 +02:00
tetris rand: change rand.seed() to receive seed value 2019-07-13 18:17:45 +02:00
vcasino VCasino was printing the opposite of intended 2019-07-15 17:20:16 +02:00
word_counter migrate remaining code to the new maps 2019-07-14 22:26:21 +02:00
.gitignore Update examples/.gitignore 2019-07-12 20:46:58 +02:00
hello_world.v bring back examples 2019-06-29 12:34:32 +02:00
json.v bring back examples 2019-06-29 12:34:32 +02:00
links_scraper.v bring back examples 2019-06-29 12:34:32 +02:00
log.v bring back examples 2019-06-29 12:34:32 +02:00
nbody.v nbody.v fixes 2019-07-07 01:18:04 +02:00
news_fetcher.v bring back examples 2019-06-29 12:34:32 +02:00
rune.v add `str` function for `rune` 2019-07-01 17:36:23 +02:00
spectral.v Added benchmarks 2019-07-07 01:19:54 +02:00
terminal_control.v Restructured termcolor to term module 2019-07-01 17:26:23 +02:00