Skip to content

john-shika/shikafx-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shikafx-cpp

  • python
# change directory to src/pyskx/libs/linux or src\pyskx\libs\win32 for windows compatible
import pyskx
pyskx.py_hexdump_view("Ahmad Asy Syafiq\x00\x00")
# Output: -
#   00000000 <│> 41 68 6d 61 64 20 41 73 79 20 53 79 61 66 69 71 <│> Ahmad.Asy.Syafiq <│>
#   00000001 <│> 00 00 .. .. .. .. .. .. .. .. .. .. .. .. .. .. <│> ..               <│>
  • linux
mkdir build-linux
cmake -G Ninja -S . -B build-linux
cmake --build build-linux --config Release
  • win32
mkdir build-win32
cmake -S . -B build-win32
cmake --build build-win32 --config Release
  • win32 (meson, experimental)
mkdir build
meson setup build --reconfigure --buildtype=debug -D c_compiler=clang -D cpp_compiler=clang++ 
cd build
ninja

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published