All Projects → blitz-research → Blitz3d_msvc2017

blitz-research / Blitz3d_msvc2017

Licence: other
Blitz3D Source for MSVC Community Edition 2017

Labels

Projects that are alternatives of or similar to Blitz3d msvc2017

Dotnettyrpc
DotNettyRPC is based on DotNetty to build the RPC system, the message network transmission support the current mainstream codec
Stars: ✭ 11 (-82.81%)
Mutual labels:  rpc
Simplerpc
A simple and fast contractless RPC library for .NET and .NET Core
Stars: ✭ 39 (-39.06%)
Mutual labels:  rpc
Retc
An application used to convert razer effects to multiple output sdks.
Stars: ✭ 54 (-15.62%)
Mutual labels:  rpc
Deepstream.io
deepstream.io server
Stars: ✭ 6,947 (+10754.69%)
Mutual labels:  rpc
Hmcon
Homematic Interface and Configuration
Stars: ✭ 30 (-53.12%)
Mutual labels:  rpc
Sniper
轻量级 go 业务框架。
Stars: ✭ 1,010 (+1478.13%)
Mutual labels:  rpc
Go Zero
go-zero is a web and rpc framework written in Go. It's born to ensure the stability of the busy sites with resilient design. Builtin goctl greatly improves the development productivity.
Stars: ✭ 13,156 (+20456.25%)
Mutual labels:  rpc
Nettythrift
Thrift on Netty, support TCP/HTTP/WebSocket at same port. support multiple Protocols at same time. multil Simple Clients with Connection Pool.
Stars: ✭ 60 (-6.25%)
Mutual labels:  rpc
Spyne
A transport agnostic sync/async RPC library that focuses on exposing services with a well-defined API using popular protocols.
Stars: ✭ 992 (+1450%)
Mutual labels:  rpc
Finagle
A fault tolerant, protocol-agnostic RPC system
Stars: ✭ 8,126 (+12596.88%)
Mutual labels:  rpc
Cli Chat
Cli-chat. Try it out ~
Stars: ✭ 15 (-76.56%)
Mutual labels:  rpc
Goridge
High-performance PHP-to-Golang IPC bridge
Stars: ✭ 950 (+1384.38%)
Mutual labels:  rpc
Wiro
Wiro is a lightweight Scala library for writing HTTP routes
Stars: ✭ 44 (-31.25%)
Mutual labels:  rpc
Takinrpc
RPC框架,基于netty,实现了远程调用、服务治理等功能
Stars: ✭ 13 (-79.69%)
Mutual labels:  rpc
Tatala Rpc
An easy-to-use RPC middleware, cross language and platform. Right now, there are Java and C# client available.
Stars: ✭ 55 (-14.06%)
Mutual labels:  rpc
Grpc
An Elixir implementation of gRPC
Stars: ✭ 858 (+1240.63%)
Mutual labels:  rpc
Rpclib
rpclib is a modern C++ msgpack-RPC server and client library
Stars: ✭ 996 (+1456.25%)
Mutual labels:  rpc
Nettyrpc
NettyRPC is high performance java rpc server base on Netty,using kryo,hessian,protostuff support message serialization.
Stars: ✭ 1,131 (+1667.19%)
Mutual labels:  rpc
Kubemq
KubeMQ is Enterprise-grade message broker native for Docker and Kubernetes
Stars: ✭ 58 (-9.37%)
Mutual labels:  rpc
Wheel
关于net nio os cache db rpc json web http udp tcp mq 等多个小工具的自定义实现
Stars: ✭ 45 (-29.69%)
Mutual labels:  rpc

Blitz3D open source release.

To build Blitz3D you will need:

  • Visual Studio Community 2017. Install "Desktop development with C++" plus "MFC and ATL support" plus "ASP.NET and web development".

Too lazy to build? Grab the prebuilt version from https://blitzresearch.itch.io/

Steps to build:

  1. Open blitz3d.dsw in virtual studio 2017.

  2. Select release config and rebuild the entire solution.

  3. All done! You can find output files in the _release and _release/bin dirs. Feel free to delete .pdb and .ilk files here.

  4. Note: This version of blitzplus uses the dynamic version of the fmod audio lib. When redistributing programs built with blitzplus_msvc2017, you will need to also include the fmod.dll file found in the _runtime/bin directory with your programs. This should be placed in the same directory as your program's executable.

  5. You can also try building the debug version, although this hasn't been well tested.

Blitz3d is released under the zlib/libpng license.

The zlib/libpng License

Copyright (c) 2013 Blitz Research Ltd

This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:

  1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.

  2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.

  3. This notice may not be removed or altered from any source distribution.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].