Skip to content
/ blink Public
forked from crosire/blink

A tool which allows you to edit source code of any MSVC C++ project live at runtime

License

Notifications You must be signed in to change notification settings

kassent/blink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blink

blink lets you edit the source code of a C++ application while it is running, without having to go through the usual compile-and-restart cycle. It is effectivly a runtime linker that detects changes to source code files, compiles them and links them back into the running application, while overwriting the previous image.

Contributing

Any contributions to the project are welcomed, it's recommended to use GitHub pull requests.

License

All the source code is licensed under the conditions of the BSD 2-clause license.

About

A tool which allows you to edit source code of any MSVC C++ project live at runtime

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.7%
  • CMake 0.3%