Giter VIP home page Giter VIP logo

Comments (10)

alex-schroedsen avatar alex-schroedsen commented on July 17, 2024

I'm making progress towards the XAudio2 goal with the old WINE 4.2 libraries. I have successfully compiled them in MSYS2 MINGW-W32 using both the Visual Studio LIB file and the linux SO file for linking libraries. They complete the xaudio2-tests with the included libopenal-1.dll build of the 1.23.1 version. EDIT: The tests run correctly because they are defaulting to the official Microsoft XAudio2 files. When I use a natively (Visual Studio 2019) compiled OpenAL32.DLL version of the same build I've been using previously (commit OpenAL Soft 1.23.1 5b6e0df), the execution crashes with an Access Violation.

So I've set out to crosscompile another libopenal-1.dll using msys2 with JACK enabled.

from openal-soft.

alex-schroedsen avatar alex-schroedsen commented on July 17, 2024

I have now successfully cross-compiled msys-libopenal-1.dll for use with the cross-comipled Wine-4.2 XAudio2 DLLs. My instructions for doing so are below:

To cross-compile OpenAL Soft 1.23.1 with JACK support to Windows using i686-w64-mingw32 in MSYS2 on Windows, follow these steps:

  1. On Windows: Download and Install MSYS2 https://www.msys2.org/ run MSYS2 MINGW32 from the start menu.
  2. Within MSYS2: Update the package database, Run the command: pacman -Sy
  3. Within MSYS2: Install the i686-w64-mingw32 toolchain: pacman -S mingw-w64-i686-toolchain
  4. Within MSYS2: Install required packages: Run the command: pacman -S git make flex bison
  5. On Windows: Download and install https://github.com/jackaudio/jack2-releases/releases/download/v1.9.22/jack2-win64-v1.9.22.exe
  6. On Windows: Copy folder %PROGRAMFILES%\JACK2\include\jack to C:\msys64\mingw32\include
  7. On Windows: Copy file %PROGRAMFILES%\JACK2\lib32\libjack.lib to C:\msys64\mingw32\lib
  8. On Windows: Download and extract https://www.openal-soft.org/openal-releases/openal-soft-1.23.1.tar.bz2 to C:\msys64\home\username\openal-soft
  9. Within MSYS2: Navigate to the openal-soft folder: cd openal-soft
  10. Within MSYS2: To configure the project, Run the command: cmake ./openal-soft-1.23.1/ -DHOST=i686-w64-mingw32 -DBUILD_SHARED_LIBS=ON
  11. On Windows: To disable uneccessary backands edit C:\msys64\home\username\openal-soft\CMakeCache.txt to set disable all backends except for JACK and require JACK backend.
  12. On Windows: To show cmake where the include directory is for JACK edit: C:\msys64\home\username\openal-soft\CMakeCache.txt to set JACK_INCLUDE_DIR:PATH=/include/jack
  13. On Windows: To show cmake where the library file is for JACK edit C:\msys64\home\username\openal-soft\CMakeCache.txt to set JACK_LIBRARY:FILEPATH=/mingw32/lib/libjack.lib
  14. Within MSYS2: configure the project: cmake ./openal-soft-1.23.1/ -DHOST=i686-w64-mingw32 -DBUILD_SHARED_LIBS=ON
  15. Within MSYS2: to re-configure the project with jack linked, Run the command: cmake ./openal-soft-1.23.1/ -DHOST=i686-w64-mingw32 -DBUILD_SHARED_LIBS=ON
  16. Within MSYS2: to build msys-openal-1.dll, Run the command: cmake --build .
    INFO: msys-openal-1.dll has a few dependencies: libgcc_s_dw2-1.dll, libstdc++-6.dll and libwinpthread-1.dll from C:\msys64\mingw32\bin and msys-openal-1.dll should be renamed libopenal-1.dll for use with XAudio2_7.dll etc.

My built files and source code used can be found here:
libopenal-1-1.23.1+jack-bin+src.zip

Programs still crash with an access violation, back to the drawing board.

from openal-soft.

alex-schroedsen avatar alex-schroedsen commented on July 17, 2024

When running tests:

Using native Microsoft XACT DLL files.

xaudio2_7_test.exe
xaudio2.c:204: Test failed: Got unexpected channel mask: 0x63f
199c:xaudio2: 1089 tests executed (0 marked as todo, 1 failure), 0 skipped.

MSVS OpenAL32.lib linked XACT DLLs with no libopenal-1.dll present

xaudio2_7_test.exe
xaudio2.c:1010: Test failed: xapofx1_1.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000001}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_1.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000003}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_1.dll: CreateFX({c4137916-2be1-46fd-8599-44
1536f49856}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_1.dll: CreateFX({5039d740-f736-449a-84d3-a5
6202557b87}) failed: 80040154
xaudio2.c:1028: Test failed: xapofx1_1.dll: CreateFX({f5ca7b34-8055-42c0-b836-21
6129eb7e30}) failed: 8007007e
xaudio2.c:1039: Test failed: xapofx1_1.dll: CreateFX({629cf0de-3ecc-41e7-9926-f7
e43eebec51}) failed: 8007007e
xaudio2.c:1010: Test failed: xapofx1_2.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000001}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_2.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000003}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_2.dll: CreateFX({c4137916-2be1-46fd-8599-44
1536f49856}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_2.dll: CreateFX({5039d740-f736-449a-84d3-a5
6202557b87}) failed: 80040154
xaudio2.c:1028: Test failed: xapofx1_2.dll: CreateFX({e180344b-ac83-4483-959e-18
a5c56a5e19}) failed: 8007007e
xaudio2.c:1039: Test failed: xapofx1_2.dll: CreateFX({9cab402c-1d37-44b4-886d-fa
4f36170a4c}) failed: 8007007e
xaudio2.c:1010: Test failed: xapofx1_3.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000001}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_3.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000003}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_3.dll: CreateFX({c4137916-2be1-46fd-8599-44
1536f49856}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_3.dll: CreateFX({5039d740-f736-449a-84d3-a5
6202557b87}) failed: 80040154
xaudio2.c:1028: Test failed: xapofx1_3.dll: CreateFX({c7338b95-52b8-4542-aa79-42
eb016c8c1c}) failed: 8007007e
xaudio2.c:1039: Test failed: xapofx1_3.dll: CreateFX({8bb7778b-645b-4475-9a73-1d
e3170bd3af}) failed: 8007007e
xaudio2.c:1010: Test failed: xapofx1_3.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000001}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_3.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000003}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_3.dll: CreateFX({c4137916-2be1-46fd-8599-44
1536f49856}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_3.dll: CreateFX({5039d740-f736-449a-84d3-a5
6202557b87}) failed: 80040154
xaudio2.c:1028: Test failed: xapofx1_3.dll: CreateFX({2139e6da-c341-4774-9ac3-b4
e026347f64}) failed: 8007007e
xaudio2.c:1039: Test failed: xapofx1_3.dll: CreateFX({d06df0d0-8518-441e-822f-54
51d5c595b8}) failed: 8007007e
xaudio2.c:1010: Test failed: xapofx1_4.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000001}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_4.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000003}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_4.dll: CreateFX({c4137916-2be1-46fd-8599-44
1536f49856}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_4.dll: CreateFX({5039d740-f736-449a-84d3-a5
6202557b87}) failed: 80040154
xaudio2.c:1028: Test failed: xapofx1_4.dll: CreateFX({e48c5a3f-93ef-43bb-a092-2c
7ceb946f27}) failed: 8007007e
xaudio2.c:1039: Test failed: xapofx1_4.dll: CreateFX({cecec95a-d894-491a-bee3-5e
106fb59f2d}) failed: 8007007e
xaudio2.c:1010: Test failed: xapofx1_5.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000001}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_5.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000003}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_5.dll: CreateFX({c4137916-2be1-46fd-8599-44
1536f49856}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_5.dll: CreateFX({5039d740-f736-449a-84d3-a5
6202557b87}) failed: 80040154
xaudio2.c:1028: Test failed: xapofx1_5.dll: CreateFX({cac1105f-619b-4d04-831a-44
e1cbf12d57}) failed: 8007007e
xaudio2.c:1039: Test failed: xapofx1_5.dll: CreateFX({6a93130e-1d53-41d1-a9cf-e7
58800bb179}) failed: 8007007e
xaudio2.c:1088: Tests skipped: Couldn't load xaudio2_8.dll
xaudio2.c:1295: Tests skipped: XAudio 2.7 not available
xaudio2.c:1320: Tests skipped: XAudio 2.8 not available
1898:xaudio2: 138 tests executed (0 marked as todo, 36 failures), 3 skipped.

MSVS OpenAL32.lib linked XACT DLLs with MSVS compiled OpenAL32.dll (renamed libopenal-1.dll)

xaudio2_7_test.exe
xaudio2.c:1010: Test failed: xapofx1_1.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000001}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_1.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000003}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_1.dll: CreateFX({c4137916-2be1-46fd-8599-44
1536f49856}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_1.dll: CreateFX({5039d740-f736-449a-84d3-a5
6202557b87}) failed: 80040154
xaudio2.c:1028: Test failed: xapofx1_1.dll: CreateFX({f5ca7b34-8055-42c0-b836-21
6129eb7e30}) failed: 8007007e
xaudio2.c:1039: Test failed: xapofx1_1.dll: CreateFX({629cf0de-3ecc-41e7-9926-f7
e43eebec51}) failed: 8007007e
xaudio2.c:1010: Test failed: xapofx1_2.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000001}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_2.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000003}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_2.dll: CreateFX({c4137916-2be1-46fd-8599-44
1536f49856}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_2.dll: CreateFX({5039d740-f736-449a-84d3-a5
6202557b87}) failed: 80040154
xaudio2.c:1028: Test failed: xapofx1_2.dll: CreateFX({e180344b-ac83-4483-959e-18
a5c56a5e19}) failed: 8007007e
xaudio2.c:1039: Test failed: xapofx1_2.dll: CreateFX({9cab402c-1d37-44b4-886d-fa
4f36170a4c}) failed: 8007007e
xaudio2.c:1010: Test failed: xapofx1_3.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000001}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_3.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000003}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_3.dll: CreateFX({c4137916-2be1-46fd-8599-44
1536f49856}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_3.dll: CreateFX({5039d740-f736-449a-84d3-a5
6202557b87}) failed: 80040154
xaudio2.c:1028: Test failed: xapofx1_3.dll: CreateFX({c7338b95-52b8-4542-aa79-42
eb016c8c1c}) failed: 8007007e
xaudio2.c:1039: Test failed: xapofx1_3.dll: CreateFX({8bb7778b-645b-4475-9a73-1d
e3170bd3af}) failed: 8007007e
xaudio2.c:1010: Test failed: xapofx1_3.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000001}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_3.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000003}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_3.dll: CreateFX({c4137916-2be1-46fd-8599-44
1536f49856}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_3.dll: CreateFX({5039d740-f736-449a-84d3-a5
6202557b87}) failed: 80040154
xaudio2.c:1028: Test failed: xapofx1_3.dll: CreateFX({2139e6da-c341-4774-9ac3-b4
e026347f64}) failed: 8007007e
xaudio2.c:1039: Test failed: xapofx1_3.dll: CreateFX({d06df0d0-8518-441e-822f-54
51d5c595b8}) failed: 8007007e
xaudio2.c:1010: Test failed: xapofx1_4.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000001}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_4.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000003}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_4.dll: CreateFX({c4137916-2be1-46fd-8599-44
1536f49856}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_4.dll: CreateFX({5039d740-f736-449a-84d3-a5
6202557b87}) failed: 80040154
xaudio2.c:1028: Test failed: xapofx1_4.dll: CreateFX({e48c5a3f-93ef-43bb-a092-2c
7ceb946f27}) failed: 8007007e
xaudio2.c:1039: Test failed: xapofx1_4.dll: CreateFX({cecec95a-d894-491a-bee3-5e
106fb59f2d}) failed: 8007007e
xaudio2.c:1010: Test failed: xapofx1_5.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000001}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_5.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000003}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_5.dll: CreateFX({c4137916-2be1-46fd-8599-44
1536f49856}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_5.dll: CreateFX({5039d740-f736-449a-84d3-a5
6202557b87}) failed: 80040154
xaudio2.c:1028: Test failed: xapofx1_5.dll: CreateFX({cac1105f-619b-4d04-831a-44
e1cbf12d57}) failed: 8007007e
xaudio2.c:1039: Test failed: xapofx1_5.dll: CreateFX({6a93130e-1d53-41d1-a9cf-e7
58800bb179}) failed: 8007007e
xaudio2.c:1096: Test failed: xaudio2_8.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000001}) failed: 80040154
xaudio2.c:1096: Test failed: xaudio2_8.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000003}) failed: 80040154
xaudio2.c:1096: Test failed: xaudio2_8.dll: CreateFX({c4137916-2be1-46fd-8599-44
1536f49856}) failed: 80040154
xaudio2.c:1096: Test failed: xaudio2_8.dll: CreateFX({5039d740-f736-449a-84d3-a5
6202557b87}) failed: 80040154
xaudio2.c:1115: Test failed: xaudio2_8.dll: CreateFX(CLSID_AudioVolumeMeter) fai
led: 8007007e
xaudio2.c:1295: Tests skipped: XAudio 2.7 not available
xaudio2.c:1295: this is the last test seen before the exception
17f8:xaudio2: unhandled exception c0000005 at 71b38428

libopenal.dll.a linked XACT DLLs with cross-compiled msys-openal-1.dll (renamed libopenal-1.dll) (SAME AS ABOVE)

xaudio2_7_test.exe
xaudio2.c:1010: Test failed: xapofx1_1.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000001}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_1.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000003}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_1.dll: CreateFX({c4137916-2be1-46fd-8599-44
1536f49856}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_1.dll: CreateFX({5039d740-f736-449a-84d3-a5
6202557b87}) failed: 80040154
xaudio2.c:1028: Test failed: xapofx1_1.dll: CreateFX({f5ca7b34-8055-42c0-b836-21
6129eb7e30}) failed: 8007007e
xaudio2.c:1039: Test failed: xapofx1_1.dll: CreateFX({629cf0de-3ecc-41e7-9926-f7
e43eebec51}) failed: 8007007e
xaudio2.c:1010: Test failed: xapofx1_2.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000001}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_2.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000003}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_2.dll: CreateFX({c4137916-2be1-46fd-8599-44
1536f49856}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_2.dll: CreateFX({5039d740-f736-449a-84d3-a5
6202557b87}) failed: 80040154
xaudio2.c:1028: Test failed: xapofx1_2.dll: CreateFX({e180344b-ac83-4483-959e-18
a5c56a5e19}) failed: 8007007e
xaudio2.c:1039: Test failed: xapofx1_2.dll: CreateFX({9cab402c-1d37-44b4-886d-fa
4f36170a4c}) failed: 8007007e
xaudio2.c:1010: Test failed: xapofx1_3.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000001}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_3.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000003}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_3.dll: CreateFX({c4137916-2be1-46fd-8599-44
1536f49856}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_3.dll: CreateFX({5039d740-f736-449a-84d3-a5
6202557b87}) failed: 80040154
xaudio2.c:1028: Test failed: xapofx1_3.dll: CreateFX({c7338b95-52b8-4542-aa79-42
eb016c8c1c}) failed: 8007007e
xaudio2.c:1039: Test failed: xapofx1_3.dll: CreateFX({8bb7778b-645b-4475-9a73-1d
e3170bd3af}) failed: 8007007e
xaudio2.c:1010: Test failed: xapofx1_3.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000001}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_3.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000003}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_3.dll: CreateFX({c4137916-2be1-46fd-8599-44
1536f49856}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_3.dll: CreateFX({5039d740-f736-449a-84d3-a5
6202557b87}) failed: 80040154
xaudio2.c:1028: Test failed: xapofx1_3.dll: CreateFX({2139e6da-c341-4774-9ac3-b4
e026347f64}) failed: 8007007e
xaudio2.c:1039: Test failed: xapofx1_3.dll: CreateFX({d06df0d0-8518-441e-822f-54
51d5c595b8}) failed: 8007007e
xaudio2.c:1010: Test failed: xapofx1_4.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000001}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_4.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000003}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_4.dll: CreateFX({c4137916-2be1-46fd-8599-44
1536f49856}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_4.dll: CreateFX({5039d740-f736-449a-84d3-a5
6202557b87}) failed: 80040154
xaudio2.c:1028: Test failed: xapofx1_4.dll: CreateFX({e48c5a3f-93ef-43bb-a092-2c
7ceb946f27}) failed: 8007007e
xaudio2.c:1039: Test failed: xapofx1_4.dll: CreateFX({cecec95a-d894-491a-bee3-5e
106fb59f2d}) failed: 8007007e
xaudio2.c:1010: Test failed: xapofx1_5.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000001}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_5.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000003}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_5.dll: CreateFX({c4137916-2be1-46fd-8599-44
1536f49856}) failed: 80040154
xaudio2.c:1010: Test failed: xapofx1_5.dll: CreateFX({5039d740-f736-449a-84d3-a5
6202557b87}) failed: 80040154
xaudio2.c:1028: Test failed: xapofx1_5.dll: CreateFX({cac1105f-619b-4d04-831a-44
e1cbf12d57}) failed: 8007007e
xaudio2.c:1039: Test failed: xapofx1_5.dll: CreateFX({6a93130e-1d53-41d1-a9cf-e7
58800bb179}) failed: 8007007e
xaudio2.c:1096: Test failed: xaudio2_8.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000001}) failed: 80040154
xaudio2.c:1096: Test failed: xaudio2_8.dll: CreateFX({a90bc001-e897-e897-7439-43
5500000003}) failed: 80040154
xaudio2.c:1096: Test failed: xaudio2_8.dll: CreateFX({c4137916-2be1-46fd-8599-44
1536f49856}) failed: 80040154
xaudio2.c:1096: Test failed: xaudio2_8.dll: CreateFX({5039d740-f736-449a-84d3-a5
6202557b87}) failed: 80040154
xaudio2.c:1115: Test failed: xaudio2_8.dll: CreateFX(CLSID_AudioVolumeMeter) fai
led: 8007007e
xaudio2.c:1295: Tests skipped: XAudio 2.7 not available
xaudio2.c:1295: this is the last test seen before the exception
0220:xaudio2: unhandled exception c0000005 at 71b38428

from openal-soft.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.