1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/examples
Delyan Angelov 60ad97c4fb fix hot code reloading for GUI example bounce on linux: works when compiled with 'v -live -sanitize bounce.v' .
It crashes with SIGSEGV, when -sanitize is not given.
Also thirdparty/glad/glad.o should be build with -fPIC .
2019-07-15 12:28:35 +02:00
..
game_of_life fmt: id []typ 2019-06-30 13:06:45 +02:00
hot_code_reloading fix hot code reloading for GUI example bounce on linux: works when compiled with 'v -live -sanitize bounce.v' . 2019-07-15 12:28:35 +02:00
tetris rand: change rand.seed() to receive seed value 2019-07-13 18:17:45 +02:00
vcasino rand: change rand.seed() to receive seed value 2019-07-13 18:17:45 +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